home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / music_utilities / pt141.dms / pt141.adf / ArexxExamples.lha / EP_ScrollText.rexx < prev    next >
OS/2 REXX Batch file  |  1993-10-20  |  222b  |  16 lines

  1. /* EaglePlayer-Arexxkommando - ScrollText */
  2.  
  3. parse arg scrollstr
  4.  
  5. address 'rexx_EP'
  6.  
  7. options results
  8.  
  9. status G mwi
  10. if result == "no" then d0
  11.     say "Mainwindow must be opened before !"
  12. end
  13. else do
  14.     ScrollText scrollstr
  15. end
  16.